projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a28647a
)
Try to fix intermittent build problem on Macos
author
Lars Ingebrigtsen
<larsi@emkay.local>
Wed, 10 Nov 2021 01:21:48 +0000
(
02:21
+0100)
committer
Lars Ingebrigtsen
<larsi@emkay.local>
Wed, 10 Nov 2021 01:21:48 +0000
(
02:21
+0100)
* src/Makefile.in (@): Also sign the bootstrap-emacs executable
src/Makefile.in
patch
|
blob
|
history
diff --git
a/src/Makefile.in
b/src/Makefile.in
index e82eb4fa9e4859d39d6f05841f0fd873072640f1..4c5535f8ad9e9126d07754697b7dba327e618da2 100644
(file)
--- a/
src/Makefile.in
+++ b/
src/Makefile.in
@@
-852,6
+852,9
@@
ifeq ($(DUMPING),unexec)
else
@: In the pdumper case, make compile-first after the dump
cp -f temacs$(EXEEXT) bootstrap-emacs$(EXEEXT)
+ifeq ($(DO_CODESIGN),yes)
+ codesign -s - -f bootstrap-emacs$(EXEEXT)
+endif
endif
ifeq ($(DUMPING),pdumper)